projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ce2a34
)
(jp_kbd_translate_table): Fix the other \ key.
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 8 Apr 1999 11:55:45 +0000
(11:55 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 8 Apr 1999 11:55:45 +0000
(11:55 +0000)
src/msdos.c
patch
|
blob
|
history
diff --git
a/src/msdos.c
b/src/msdos.c
index e919c203dbb49c54a0ae2712bf121eb32f520734..c90e69dfd135b60f483e966d74d2fed0851439a9 100644
(file)
--- a/
src/msdos.c
+++ b/
src/msdos.c
@@
-1567,6
+1567,7
@@
static struct dos_keyboard_map dk_keyboard = {
static struct kbd_translate jp_kbd_translate_table[] = {
{ 0x73, 0x5c, Normal | 0 },
{ 0x73, 0x5f, Normal | 0 },
+ { 0x73, 0x1c, Map | 0 },
{ 0x7d, 0x5c, Normal | 13 },
{ 0x7d, 0x7c, Normal | 13 },
{ 0x7d, 0x1c, Map | 13 },